ostbuild: Make new 'ostbuild' main entry point, and compile-one a subcommand
authorColin Walters <walters@verbum.org>
Fri, 23 Dec 2011 15:40:27 +0000 (10:40 -0500)
committerColin Walters <walters@verbum.org>
Fri, 23 Dec 2011 15:40:27 +0000 (10:40 -0500)
commit122b31ed3b629022ddc42b4ecb80f6888cde7b8d
treec88380bbf6fea3df27de28a8d7b8220a6ae1db6e
parent633477806c4c62a3f5485fdf5f9eb9e5bec0cd8c
ostbuild: Make new 'ostbuild' main entry point, and compile-one a subcommand

The collection of Python scripts here have gotten to the point where
we need to share code.  Start refactoring things so that we have one
main command which imports subcommands as libraries.
Makefile-ostbuild.am
configure.ac
src/ostbuild/ostbuild-compile-one-impl [deleted file]
src/ostbuild/ostbuild.in [new file with mode: 0755]
src/ostbuild/pyostbuild/__init__.py [new file with mode: 0644]
src/ostbuild/pyostbuild/builtin_compile_one.py [new file with mode: 0755]
src/ostbuild/pyostbuild/builtins.py [new file with mode: 0755]
src/ostbuild/pyostbuild/main.py [new file with mode: 0755]
src/ostbuild/pyostbuild/ostbuildlog.py [new file with mode: 0755]
src/ostbuild/pyostbuild/subprocess_helpers.py [new file with mode: 0755]